Global Index
HTML5 JS API Index > File System API Tutorials & Specs

EntriesCallback

When readEntries() succeeds, the following callback is made.

Operations
void
handleEvent(Entry[] entries)
Used to supply an array of Entries as a response to a user query. ParameterTypeNullableOptionalDescriptionentriesEntry[]✘✘Return type: void
Referenced by
DirectoryReaderreadEntries(...)